python 浏览器
webbrowser 库
# !/usr/bin/python # coding : cp936 # CopyRight 2012 Adou , All Rights Reserved . import webbrowser webbrowser.open_new_tab('www.facebook.com') webbrowser.open_new_tab('www.twitter.com') webbrowser.open_new_tab('plus.google.com') webbrowser.open_new_tab('www.youtube.com')